object ValidatorDlg: TValidatorDlg Left = 267 Top = 197 ActiveControl = UserNameEdit BorderStyle = bsDialog Caption = 'Validation' ClientHeight = 265 ClientWidth = 433 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 417 Height = 217 Style = bsRaised end object Bevel2: TBevel Left = 16 Top = 104 Width = 401 Height = 105 end object UserNameLabel: TLabel Left = 24 Top = 111 Width = 120 Height = 13 Caption = 'User Name:' end object RegNoLabel: TLabel Left = 24 Top = 159 Width = 120 Height = 13 Alignment = taRightJustify Caption = 'Registration Number:' end object Label1: TLabel Left = 32 Top = 16 Width = 133 Height = 29 Caption = 'ESig95 v2.1' Font.Color = clNavy Font.Height = -24 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 200 Top = 16 Width = 193 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Copyright � 1996 Doesn'#39't Byte Software' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 200 Top = 32 Width = 193 Height = 13 Alignment = taCenter AutoSize = False Caption = 'All rights reserved' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 16 Top = 64 Width = 393 Height = 32 Alignment = taCenter Caption = 'Please enter your Username and Registration number below as give' + 'n by Doesn'#39't Byte Software:' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object OKBtn: TBitBtn Left = 110 Top = 232 Width = 77 Height = 27 TabOrder = 0 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 238 Top = 232 Width = 77 Height = 27 TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object UserNameEdit: TEdit Left = 24 Top = 128 Width = 385 Height = 21 TabOrder = 2 end object RegNoEdit: TEdit Left = 24 Top = 176 Width = 385 Height = 21 TabOrder = 3 end end